home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nippon Obsessions 2
/
Nippon Obsessions - Volume 2.iso
/
pc
/
video
/
som4.dir
/
00022_Script_22
< prev
next >
Wrap
Text File
|
1996-05-02
|
478b
|
24 lines
on exitFrame
if rollover (3) then
set the cursor of sprite 3 to [88,89]
puppetsprite 3, true
set the castnum of sprite 3=cast"aide2"
updatestage
else
cursor 0
puppetsprite 3, false
end if
if rollover (4) then
set the cursor of sprite 4 to [88,89]
puppetsprite 4, true
set the castnum of sprite 4=cast"oeil2"
updatestage
else
cursor 0
puppetsprite 4, false
end if
go to the frame
end